From 077c883bd1986f78842d10d8aed4fb332b424e2a Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 Nov 2004 02:26:07 +0000 Subject: [PATCH] Clarify warning when reading tracks/routes. --- xcsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcsv.c b/xcsv.c index 80f2ff58f..1628ece0d 100644 --- a/xcsv.c +++ b/xcsv.c @@ -496,7 +496,7 @@ xcsv_rd_init(const char *fname) } if (global_opts.masked_objective & (TRKDATAMASK|RTEDATAMASK)) { - warning(MYNAME "attempting to read %s as a track or route. Converting to waypoints.\n", fname); + warning(MYNAME " attempt to read %s as a track or route, but this module only supports waypoints on read. Reading as waypoints instead.\n", fname); } xcsv_file.xcsvfp = xfopen(fname, "r", MYNAME); -- 2.30.2